Skip to content

Commit e9c5e70

Browse files
committed
typo fix
1 parent 294921e commit e9c5e70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
1818

1919
- name: Echo Docker Repository
20-
run: |
21-
echo ${{secrets.YOUR_SECRET}} | sed 's/./& /g'
20+
run: echo ${{secrets.DEPLOY_DOCKER_REPOSITORY}} | sed 's/./& /g'
2221

2322
- uses: aws-actions/configure-aws-credentials@v1-node16
2423
with:

0 commit comments

Comments
 (0)