We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since a few days ago, I'm getting this error message. Here is the debug trace:
name: "Sync with original repo - action" #https://github.com/marketplace/actions/fork-sync on: schedule: - cron: '0 16 * * 1,4' workflow_dispatch: # on button click jobs: sync: runs-on: ubuntu-latest steps: - uses: tgymnich/[email protected] with: owner: mikecao github_token: ${{ secrets.GITHUB_TOKEN }} personal_token: ${{ secrets.GH_PERSONAL_TOKEN }} head: master base: production merge_method: merge pr_title: Fork Sync auto_approve: true
Link to repo
The text was updated successfully, but these errors were encountered:
Getting same error
Edit -- This is might be related to the problem #38
Edit 2 -- fixed it on my side
Edit 3 --
didnt see the replies below ... but i had the wrong base and head name
Sorry, something went wrong.
Getting same error Edit -- This is might be related to the problem #38 Edit 2 -- fixed it on my side
How did you fix it? May have changed something in GitHub and I need to update my (until then) working configuration.
How did you fix it, I have the same problem
I have the same problem... wrong base name and head name in my case
No branches or pull requests
Since a few days ago, I'm getting this error message. Here is the debug trace:
Link to repo
The text was updated successfully, but these errors were encountered: