Skip to content

Commit

Permalink
Fixes for update reference data workflow (tardis-sn#2273)
Browse files Browse the repository at this point in the history
* Test update reference data workflow

* Add working directory to remove files step

* Fix post comment (failure) step
  • Loading branch information
epassaro authored and light2802 committed May 27, 2023
1 parent 9035947 commit 7c57877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:

- name: Remove unwanted files
run: rm .lfs-assets-id
working-directory: tardis-refdata

- name: Create pull request
uses: peter-evans/create-pull-request@v4
Expand Down Expand Up @@ -134,7 +135,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.BOT_TOKEN }}
issue-number: ${{ github.event.number }}
issue-number: ${{ github.event.client_payload.pull_request.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
body: |
Expand Down

0 comments on commit 7c57877

Please sign in to comment.