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 824a638 commit 54d61a1Copy full SHA for 54d61a1
.github/workflows/prod.yml
@@ -36,7 +36,7 @@ jobs:
36
git clone https://github.com/100xdevs-cohort-3/argo-deployment.git
37
cd argo-deployment
38
39
- sed -i 's|image: 100xdevs/todo-app-week-39:.*|image: 100xdevs/todo-app-week-39:${{ github.sha }}|' mainfest.yml
+ sed -i 's|image: 100xdevs/todo-app-week-39:.*|image: 100xdevs/todo-app-week-39:${{ github.sha }}|' manifest.yml
40
41
git config user.name "GitHub Actions Bot"
42
git config user.email "[email protected]"
0 commit comments