Skip to content

Commit 821a1e2

Browse files
authored
update project metadata and release versions (jsryudev#4)
Signed-off-by: Vinicius Tosta <[email protected]>
1 parent 75a4134 commit 821a1e2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
docker build . -t jsryudev/deploy-firebase-functions
2+
docker build . -t dayzero-eng/deploy-firebase-functions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Deploy to Firebase Functions for Node18
1+
# Deploy to Firebase for Node18
22

3-
A GitHub Action to deploy to Firebase Cloud Functions for Node18.
3+
A GitHub Action to deploy to Firebase for Node18.
44

55
- Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action
66
- Make sure that you have the `firebase.json` file in the repository
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: dayzero-eng/[email protected].1
26+
- uses: dayzero-eng/[email protected].5
2727
env:
2828
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
2929
FIREBASE_PROJECT: firebase-project-id
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v2
46-
- uses: dayzero-eng/[email protected].2
46+
- uses: dayzero-eng/[email protected].5
4747
env:
4848
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
4949
FIREBASE_PROJECT: firebase-project-id

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'Deploy to Firebase Cloud Functions'
2-
author: 'jsryudev <[email protected]>'
3-
description: 'A GitHub Action to deploy to Firebase Cloud Functions'
1+
name: 'Deploy to Firebase'
2+
author: 'dayzero-eng'
3+
description: 'A GitHub Action to deploy to Firebase'
44
runs:
55
using: 'docker'
66
image: 'Dockerfile'

0 commit comments

Comments
 (0)