From 6c642ffd8f2aff157a581fc437b73d89591a4b5b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 19 Jun 2024 16:42:39 +0000 Subject: [PATCH] Configure template repository Revert "Configure template repository" This reverts commit 4d9cc48528036524b29b5c39ca4c2f1cd331cba4. Debug workflow states --- .github/workflows/configure-repository.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/configure-repository.yml b/.github/workflows/configure-repository.yml index c04b00b..9b7220b 100644 --- a/.github/workflows/configure-repository.yml +++ b/.github/workflows/configure-repository.yml @@ -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