We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ed665 commit bfb7f01Copy full SHA for bfb7f01
.github/workflows/update_data.yml
@@ -29,11 +29,11 @@ jobs:
29
env:
30
GITHUB_TOKEN: ${{ secrets.METRICS_GITHUB_TOKEN }}
31
AUGUR_HOST: ${{ vars.AUGUR_HOST }}
32
- - name: Push to protected branch
+ - name: Push to main
33
uses: CasperWA/push-protected@v2
34
with:
35
token: ${{ secrets.METRICS_GITHUB_TOKEN }}
36
- branch: protected
+ branch: main
37
- run: |
38
git config user.name 'GitHub Actions'
39
git config user.email '[email protected]'
0 commit comments