From 9128d9df38bbbc5f662b19cd89f0cad5cb95cf46 Mon Sep 17 00:00:00 2001 From: Vinicius Tosta Date: Fri, 19 Jan 2024 10:54:34 -0300 Subject: [PATCH] update project metadata and release versions Signed-off-by: Vinicius Tosta --- Makefile | 2 +- README.md | 8 ++++---- action.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3c565327..ecb4c287 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ build: - docker build . -t jsryudev/deploy-firebase-functions + docker build . -t dayzero-eng/deploy-firebase-functions diff --git a/README.md b/README.md index 922f2e6c..09a9c639 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Deploy to Firebase Functions for Node18 +# Deploy to Firebase for Node18 -A GitHub Action to deploy to Firebase Cloud Functions for Node18. +A GitHub Action to deploy to Firebase for Node18. - Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action - Make sure that you have the `firebase.json` file in the repository @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: dayzero-eng/deploy-firebase-functions@v0.0.1 + - uses: dayzero-eng/deploy-firebase-functions@v0.0.5 env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_PROJECT: firebase-project-id @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: dayzero-eng/deploy-firebase-functions@v0.0.2 + - uses: dayzero-eng/deploy-firebase-functions@v0.0.5 env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_PROJECT: firebase-project-id diff --git a/action.yml b/action.yml index 1e60e5cf..e62073f9 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'Deploy to Firebase Cloud Functions' -author: 'jsryudev ' -description: 'A GitHub Action to deploy to Firebase Cloud Functions' +name: 'Deploy to Firebase' +author: 'dayzero-eng' +description: 'A GitHub Action to deploy to Firebase' runs: using: 'docker' image: 'Dockerfile'