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 406cfa7 commit 783ce4dCopy full SHA for 783ce4d
.github/workflows/aws-ecs-deploy-backend.yml
@@ -56,6 +56,8 @@ jobs:
56
runs-on: ubuntu-latest
57
needs: [setup_env]
58
steps:
59
+ - name: Debug Action
60
+ uses: hmarr/debug-action@v1.0.0
61
- name: Checkout
62
uses: actions/checkout@v2
63
with:
0 commit comments