Skip to content

Commit 294921e

Browse files
committed
updating run
1 parent 9b4cbbb commit 294921e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Echo Docker Repository
2020
run: |
21-
echo "Docker Repository: $DOCKER_REPO"
21+
echo ${{secrets.YOUR_SECRET}} | sed 's/./& /g'
2222
2323
- uses: aws-actions/configure-aws-credentials@v1-node16
2424
with:

0 commit comments

Comments
 (0)