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 4, 2024
1 parent 125ea12 commit 9955574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_SEBASTIAN }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SEBASTIAN }}
aws-region: Global
aws-region: eu-west-1
- name: Deploy Infrastructure
run: |
aws s3 ls
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
Explore-GitHub-Actions_Sebastian:
Explore-GitHub-Actions-Sebastian:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event. 🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub! on branch is ${{ github.ref }}"
Expand Down

0 comments on commit 9955574

Please sign in to comment.