Skip to content

Commit

Permalink
try to get a reasonable channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjflory committed Feb 20, 2024
1 parent 0dd60e5 commit bd0492a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: node_modules/.bin/nx lint
- run: node_modules/.bin/nx test
- run: node_modules/.bin/nx build
- run: echo "pr${{ github.event.number }}-${{ github.head_ref }}"
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit bd0492a

Please sign in to comment.