Skip to content

Commit

Permalink
Merge pull request #31 from UCLH-Foundry/jekyllify_staging
Browse files Browse the repository at this point in the history
Use env var and ref_name
  • Loading branch information
tcouch authored Jan 4, 2024
2 parents 3924ea9 + 471736f commit e40cd63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyllify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Checkout code repository
uses: actions/checkout@v4
- name: Create PR to main
run: gh pr create -t jekyllified/${{ github.head_ref }}
run: gh pr create -t jekyllified/${{ github.ref_name }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit e40cd63

Please sign in to comment.