Skip to content

Commit 1314411

Browse files
fixed yaml file for deploying
1 parent 2b5ad5d commit 1314411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
runs-on: ubuntu-latest
4646
name: Git Deploy job- A job to deploy django app to heroku using git
4747
steps:
48+
- name: Checkout
49+
uses: actions/checkout@v2
4850
- name: Deploy django to heroku
49-
uses: zarif98sjs/C-Compiler-Code-Generation-CI-CD
51+
uses: zarif98sjs/C-Compiler-Code-Generation-CI-CD@main
5052
with:
5153
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
5254
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)