Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 22, 2025
1 parent 7a368a7 commit 0c9a3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
echo "github.event_name -> ${{ github.event_name }}"
echo "join(github.event.commits.*.modified) -> ${{ join(github.event.commits.*.modified) }}"
- name: Checkout authd code
uses: actions/checkout@v4

- id: git-diff
name: Check modified files
run: |
Expand Down

0 comments on commit 0c9a3e8

Please sign in to comment.