Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbastianG authored Dec 8, 2024
1 parent 90ce048 commit 678b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
aws s3 ls
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ secrets.AWS_ACCESS_KEY_ID_MARIANA }}; ${{ secrets.AWS_SECRET_ACCESS_KEY_MARIANA }} event."
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ secrets.AWS_ACCESS_KEY_ID_SEBASTIAN }}; ${{ secrets.AWS_SECRET_ACCESS_KEY_SEBASTIAN }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "πŸ”Ž The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
Expand Down

0 comments on commit 678b507

Please sign in to comment.