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 5409176 commit 00fd784Copy full SHA for 00fd784
.github/workflows/release-event-test.yml
@@ -17,6 +17,7 @@ jobs:
17
publish-release:
18
environment: TestEnvironment
19
runs-on: ubuntu-latest
20
+ steps:
21
- name: Create test file
22
run: echo "Hello, world! ${{github.event.release.name}}" > test.txt
23
- name: Upload test file
0 commit comments