Skip to content

Commit

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

- name: Dump changed files
Expand All @@ -45,9 +45,9 @@ jobs:
token: ${{ secrets.DEPLOY_TARGET_REPO_ACCESS_TOKEN }}
ref: refs/heads/main # Change this to the default branch of target repository

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

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

Expand Down

0 comments on commit 7557232

Please sign in to comment.