Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Aug 20, 2024
1 parent 7a3d447 commit 401c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qase-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Fetch changed files
run: |
files=($(git diff --name-only HEAD HEAD~60))
files=($(git diff --name-only HEAD HEAD~120))
echo ${files[@]}
echo "files=${files[@]}" >> $GITHUB_ENV
Expand Down

0 comments on commit 401c9d6

Please sign in to comment.