Skip to content

Commit aa0ead9

Browse files
test: random numbers
1 parent 99c677e commit aa0ead9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This workflow test random numbers generation on retries.
2+
name: Test random numbers
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
run_action:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
steps:
13+
- uses: actions/checkout@v3
14+
- run: echo "${RANDOM}"
15+
- run: |
16+
touch foo.txt
17+
git add .
18+
git commit -m "test: sha"
19+
git rev-parse HEAD

0 commit comments

Comments
 (0)