Skip to content

Commit

Permalink
Update manual_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali authored Jul 2, 2024
1 parent 008306d commit fa9bf6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish Manually ${{ github.event.inputs.provider }}"
name: "Publish Manually"

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ env:

jobs:
publishing:
name: "publishing to ${{ github.event.inputs.provider }}"
name: publishing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fa9bf6c

Please sign in to comment.