Skip to content

Commit

Permalink
Merge pull request #32 from UCLH-Foundry/main
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
tcouch authored Jan 4, 2024
2 parents c16f859 + e40cd63 commit 3a3b64a
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 3a3b64a

Please sign in to comment.