Skip to content

Commit 621c6f5

Browse files
authored
Fix React Check Actions (#355)
* Update build-and-deploy.yaml * Update build-and-deploy.yaml * Update build-and-deploy.yaml
1 parent 16b5901 commit 621c6f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: push
66
jobs:
77
backend-check:
88
name: "Backend Check"
9-
uses: pennlabs/shared-actions/.github/workflows/django.yaml@238aa5ee908afba9f906641b51f82bb81572f66a
9+
uses: pennlabs/shared-actions/.github/workflows/django.yaml@v0.1.9
1010
secrets: inherit
1111
with:
1212
projectName: pennmobile
@@ -18,7 +18,7 @@ jobs:
1818

1919
frontend-check:
2020
name: "Frontend Check"
21-
uses: pennlabs/shared-actions/.github/workflows/react.yaml@238aa5ee908afba9f906641b51f82bb81572f66a
21+
uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.9
2222
with:
2323
path: frontend
2424
imageName: penn-mobile-frontend
@@ -129,4 +129,4 @@ jobs:
129129
GH_AWS_SECRET_ACCESS_KEY: ${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}
130130

131131
needs:
132-
- publish
132+
- publish

0 commit comments

Comments
 (0)