Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Jul 25, 2024
1 parent c7f7f75 commit 8d4a557
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/diamondEmergencyPause.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,22 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: EmergencyPauseGithubAction
ref: main # Ensure you are checking out the correct branch

- name: Debug - List files
run: ls -R

- name: Debug - Print current directory
run: pwd

- name: Debug - Check file existence
run: |
if [ -f script/tasks/diamondEmergencyPause2.sh ]; then
echo "File exists"
else
echo "File does not exist"
fi
- name: Run diamondEMERGENCYPause script
run: |
chmod +x script/tasks/diamondEmergencyPause2.sh
Expand Down

0 comments on commit 8d4a557

Please sign in to comment.