diff --git a/.github/workflows/.github/workflows/configure-repository.yml b/.github/workflows/configure-repository.yml similarity index 92% rename from .github/workflows/.github/workflows/configure-repository.yml rename to .github/workflows/configure-repository.yml index c04b00b..9b7220b 100644 --- a/.github/workflows/.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