Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Nov 27, 2023
1 parent 2c9d13a commit e02c529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
template-paths: 'templates/template.yml'
- name: Commit scheduled workflow
run: |
# git config --global user.name 'Jack Collier'
# 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 config --global user.name 'Jack Collier'
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 e02c529

Please sign in to comment.