Sha256: 5840625e52b05a3999b6f37a93306e2e861f1611cf76dc6e3cf4651bd7a4df71

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

name: "version update action"
on:
  issue_comment:
    types: [created]
jobs:
  pr_commented:
    runs-on: ubuntu-20.04
    if: startsWith(github.event.comment.body, '/dobby')

    steps:
      - name: 'bump version'
        uses: simplybusiness/dobby@v1.0.0
        env:
          ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          VERSION_FILE_PATH: lib/twiglet/version.rb

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twiglet-3.1.1 .github/workflows/version-update.yml
twiglet-3.1.0 .github/workflows/version-update.yml
twiglet-3.0.8 .github/workflows/version-update.yml
twiglet-3.0.6 .github/workflows/version-update.yml