Skip to content

Commit

Permalink
commit_3
Browse files Browse the repository at this point in the history
  • Loading branch information
gjain-7 committed Sep 27, 2023
1 parent 15ea849 commit 74cb7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pass: ${{ secrets.DC_PASS }}
script: |
commit_hash=$(git rev-parse HEAD)
echo "Hello from commit $commit_hash" > $HOME/Documents/hello.txt
echo "Hello from commit $commit_hash" > ~/Documents/hello.txt

0 comments on commit 74cb7c9

Please sign in to comment.