We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c3a6a commit a30aa99Copy full SHA for a30aa99
.github/workflows/build-and-deploy.yaml
@@ -3,7 +3,7 @@ on: push
3
jobs:
4
react:
5
name: React
6
- uses: pennlabs/shared-actions/.github/workflows/react.yaml@main
+ uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.9
7
with:
8
imageName: penn-basics
9
path: .
@@ -14,7 +14,7 @@ jobs:
14
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
15
deployment:
16
name: Deploy
17
- uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@main
+ uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.9
18
19
githubRef: ${{ github.ref }}
20
secrets:
0 commit comments