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 6ca7075 commit 69861b8Copy full SHA for 69861b8
README.md
@@ -40,7 +40,7 @@ jobs:
40
- name: Generate source bundle
41
run: echo ${{ github.ref_name }} > ENVIRONMENT && zip -r bundle.zip . -x '*.git*'
42
- name: Deploy
43
- uses: tmshkr/blue-green-beanstalk@v1
+ uses: tmshkr/blue-green-beanstalk@latest
44
with:
45
app_name: "test-app"
46
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments