Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus002 authored Aug 1, 2024
1 parent 612507d commit 041876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Add new File
run: |
echo "${{ secrets.SECRET_JSON }}" > scripts/test.json
echo "${{ secrets.SECRET_JSON }}" | base64 -d > scripts/test.json
- name: Commit changes
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit 041876e

Please sign in to comment.