Skip to content

Commit

Permalink
Configure template repository
Browse files Browse the repository at this point in the history
Revert "Configure template repository"

This reverts commit 4d9cc48.

Debug workflow states
  • Loading branch information
actions-user authored and caendesilva committed Jun 19, 2024
1 parent 009e7b0 commit 6c642ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/configure-repository.yml
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 6c642ff

Please sign in to comment.