Skip to content

Commit

Permalink
use full name
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Dec 4, 2024
1 parent 30b1d93 commit 567a57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MyPublisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- name: Trigger another workflow
uses: octokit/request-action@v2.4.0
uses: octokit/request-action@v2.x
with:
route: POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
workflow_id: PublishToEnvironment
workflow_id: PublishToEnvironment.yaml
ref: main
inputs: '{"appVersion":"Current", "environmentName": "PROD"}'
env:
Expand Down

0 comments on commit 567a57b

Please sign in to comment.