Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed Feb 14, 2024
1 parent a7656d6 commit 909089b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**' # This allows the workflow to run on all branches for the build job

permissions:
contents: read
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -44,6 +44,10 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for all tags and branches

- uses: check git status
run: |
git status --porcelain && ls -al
- name: Check for changes
id: check_changes
run: |
Expand Down

0 comments on commit 909089b

Please sign in to comment.