Skip to content

Commit

Permalink
(fix pipeline)
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Dec 12, 2023
1 parent 10b2304 commit 8cf6e19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Update readme
run: |
out="README.md"
Expand Down

0 comments on commit 8cf6e19

Please sign in to comment.