We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e676d commit f841458Copy full SHA for f841458
.github/workflows/test-integration.yml
@@ -24,4 +24,4 @@ jobs:
24
working-directory: integration-test
25
main-branch-name: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
26
runs-on: ${{ matrix.runs-on }}
27
- workflow-id: foo-bar
+ workflow-id: ${{ github.workflow }}
0 commit comments