Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jan 1, 2021
1 parent f60271c commit e4a4714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-demo-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git config --global user.name "John Doe"
putup demo-dsproject --dsproject -d "Demonstration of a project generated with the Data Science project extension of PyScaffold" -u https://github.com/pyscaffold/pyscaffoldext-dsproject -l MIT
- name: Push to dsproject-demo
if: ${{ steps.extract_branch.outputs.branch == 'master' }} # run only for tags on master branch
if: ${{ steps.extract_branch.outputs.branch }} == 'master' # run only for tags on master branch
uses: cpina/github-action-push-to-another-repository@master
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
Expand Down

0 comments on commit e4a4714

Please sign in to comment.