Skip to content

Commit

Permalink
Fix wrong workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 19, 2024
1 parent 67be183 commit 20974a8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: debug
run: |
echo num ${{ github.run_number }}
echo id ${{ github.run_id }}
- name: Remove files in export-ignore
run: |
# Read the .gitattributes file line by line
Expand Down

0 comments on commit 20974a8

Please sign in to comment.