We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e1838 commit ea46339Copy full SHA for ea46339
README.md
@@ -65,7 +65,7 @@ jobs:
65
- name: Generate source bundle
66
run: echo ${{ github.ref_name }} > ENVIRONMENT && zip -r bundle.zip . -x '*.git*'
67
- name: Deploy
68
- uses: tmshkr/blue-green-beanstalk@v2
+ uses: tmshkr/blue-green-beanstalk@v2.1
69
with:
70
app_name: "test-app"
71
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments