We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4cbbb commit 294921eCopy full SHA for 294921e
.github/workflows/deploy-to-dev.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Echo Docker Repository
20
run: |
21
- echo "Docker Repository: $DOCKER_REPO"
+ echo ${{secrets.YOUR_SECRET}} | sed 's/./& /g'
22
23
- uses: aws-actions/configure-aws-credentials@v1-node16
24
with:
0 commit comments