We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7837be1 commit a27e007Copy full SHA for a27e007
.github/workflows/update.yml
@@ -21,7 +21,9 @@ jobs:
21
- run: git add .
22
- run: git commit -m 'Update progress values'
23
- uses: ad-m/github-push-action@master
24
- if: github.event_name != 'pull_request'
+ if: |
25
+ github.repository_owner == 'm-aciek'
26
+ && github.event_name != 'pull_request'
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
branch: ${{ github.ref }}
0 commit comments