Skip to content

Commit

Permalink
ci: fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed May 16, 2024
1 parent 8526809 commit 5034429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

environment: prod

name: Deploy to staging from ${{ github.ref_name }}/${{ github.sha }}
name: Deploy to prod from ${{ github.ref_name }}/${{ github.sha }}

runs-on: ubuntu-latest

Expand All @@ -20,7 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Get GitHub Actions job ID
- name: Get current CI job ID
env:
GH_TOKEN: ${{ github.token }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Get GitHub Actions job ID
- name: Get current CI job ID
env:
GH_TOKEN: ${{ github.token }}
run: |
Expand Down

0 comments on commit 5034429

Please sign in to comment.