Skip to content

Commit

Permalink
ci: check all files with ls
Browse files Browse the repository at this point in the history
  • Loading branch information
seongminn committed Apr 1, 2024
1 parent 516a1e1 commit e436b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_spectator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} > changed_files.txt
- name: Check if changed_files.txt is created
run: ls
run: ls -l changed_files.txt

- name: Dump changed files
run: cat changed_files.txt
Expand All @@ -46,7 +46,7 @@ jobs:
ref: refs/heads/main # Change this to the default branch of target repository

- name: Check if changed_files.txt is created
run: ls -l changed_files.txt
run: ls

- name: Copy changed_files.txt to target repository
run: cp changed_files.txt $GITHUB_WORKSPACE/changed_files.txt
Expand Down

0 comments on commit e436b90

Please sign in to comment.