Skip to content

Commit c4a222d

Browse files
committed
Remove shared actions tag temporarily
1 parent ea352a6 commit c4a222d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v0.1.9
9+
uses: pennlabs/shared-actions/.github/workflows/django.yaml
1010
secrets: inherit
1111
with:
1212
projectName: pennmobile
@@ -19,7 +19,7 @@ jobs:
1919

2020
frontend-check:
2121
name: "Frontend Check"
22-
uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.9
22+
uses: pennlabs/shared-actions/.github/workflows/react.yaml
2323
with:
2424
path: frontend
2525
imageName: penn-mobile-frontend
@@ -119,7 +119,7 @@ jobs:
119119

120120
deploy:
121121
name: "Deploy"
122-
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.9
122+
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml
123123
with:
124124
githubRef: ${{ github.ref }}
125125
gitSha: ${{ github.sha }}

0 commit comments

Comments
 (0)