Skip to content

Commit

Permalink
changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Nov 27, 2023
1 parent ad12cc3 commit f476a91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
template-paths: 'templates/template.yml'
- name: Commit scheduled workflow
run: |
# git config --global user.name 'jhcoll'
# git config --global user.email '[email protected]'
# git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/jhcoll/blog
# git checkout "${GITHUB_REF:11}"
git add .github/workflows/template.yml
git commit -m "scheduled workflow"
git push

0 comments on commit f476a91

Please sign in to comment.