We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab81906 commit ab6da9cCopy full SHA for ab6da9c
.github/workflows/pull_request.yml
@@ -87,6 +87,9 @@ jobs:
87
pull-requests: write
88
89
steps:
90
+ - name: ⬇️ Set up code
91
+ uses: actions/checkout@v6
92
+
93
- name: 🚀 Deploy
94
uses: agrc/firebase-website-deploy-composite-action@v2
95
with:
.github/workflows/release.yml
@@ -19,6 +19,9 @@ jobs:
19
url: https://wfrc-wasatch.dev.utah.gov
20
21
22
23
24
25
26
27
0 commit comments