Skip to content

Commit d4d8d3d

Browse files
authored
fix(actions): no changes, docs update in readme to target main branch
1 parent 6fab683 commit d4d8d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Deploy to Firebase
26-
uses: sws2apps/firebase-deployment@v2 #consider using pin for dependabot auto update
26+
uses: sws2apps/firebase-deployment@main #consider using pin for dependabot auto update
2727
with:
2828
project: 'my-firebase-project' #required
2929
config: 'frontend/firebase.json' #optional

0 commit comments

Comments
 (0)