diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 53faaf5..dfa368a 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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 @@ -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 }}"