Skip to content

Commit

Permalink
ci: use absolute workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstojda committed May 22, 2024
1 parent 5ce3282 commit 232d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.CATALOG_TRIGGER_TOKEN }}
run: |
gh workflow run --repo github.com/nestoca/catalog -f ref=${{ github.head_ref }} joy-generator-test
gh workflow run --repo github.com/nestoca/catalog -f ref=${{ github.head_ref }} .github/workflows/joy-generator-test.yaml
sleep 5s
workflowId=$(gh run ls --repo github.com/nestoca/catalog --workflow joy-generator-test --json databaseId -q '.[0].databaseId')
gh run watch --exit-status --repo github.com/nestoca/catalog $workflowId
Expand Down

0 comments on commit 232d428

Please sign in to comment.