Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching repo task history #29

Open
linonetwo opened this issue Apr 3, 2022 · 2 comments
Open

Fetching repo task history #29

linonetwo opened this issue Apr 3, 2022 · 2 comments

Comments

@linonetwo
Copy link

Run pocket-apps/action-update-version@v1
with:
files: package.json, package-lock.json
version-regexp: \d+.\d+.\d+(\S+)?
repo-token: ***
commit-message: ci: update version to v%version%
spacing-level: 2
Setting input and environment variables
Setting up Octokit and context
Fetching repo task history
Error: Not Found

@linonetwo
Copy link
Author

yml
jobs:
  Linux:
    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v2
      with:
        submodules: 'true'

    - uses: pocket-apps/action-update-version@v1
      with:
        files: 'package.json'
        version-regexp: '\d+.\d+.\d+(\S+)?'
        repo-token: ${{ secrets.GITHUB_TOKEN }}

@mgaseta
Copy link

mgaseta commented Sep 22, 2022

Having the same issue here, is there any turn around that works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants