We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b5901 commit 621c6f5Copy full SHA for 621c6f5
1 file changed
.github/workflows/build-and-deploy.yaml
@@ -6,7 +6,7 @@ on: push
6
jobs:
7
backend-check:
8
name: "Backend Check"
9
- uses: pennlabs/shared-actions/.github/workflows/django.yaml@238aa5ee908afba9f906641b51f82bb81572f66a
+ uses: pennlabs/shared-actions/.github/workflows/django.yaml@v0.1.9
10
secrets: inherit
11
with:
12
projectName: pennmobile
@@ -18,7 +18,7 @@ jobs:
18
19
frontend-check:
20
name: "Frontend Check"
21
- uses: pennlabs/shared-actions/.github/workflows/react.yaml@238aa5ee908afba9f906641b51f82bb81572f66a
+ uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.9
22
23
path: frontend
24
imageName: penn-mobile-frontend
@@ -129,4 +129,4 @@ jobs:
129
GH_AWS_SECRET_ACCESS_KEY: ${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}
130
131
needs:
132
- - publish
+ - publish
0 commit comments