Skip to content

Commit

Permalink
gha cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 7, 2023
1 parent 5c5885a commit 68d775e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
fetch-depth: 0 # apparently required by tj-actions/changed-files

- name: debug
run: |
echo "${{ github.ref_type }} - ${{ github.ref_name }}"
- name: get changed files - manual
id: changed-manual
uses: tj-actions/changed-files@v35
Expand Down

0 comments on commit 68d775e

Please sign in to comment.