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 9eda68b commit 1c70216Copy full SHA for 1c70216
.github/workflows/commit.yml
@@ -11,7 +11,7 @@ jobs:
11
ref: ${{ github.ref }}
12
sparse-checkout: urls.txt
13
14
- - run: echo $RANDOM > results/$RANDOM.txt
+ - run: touch results/$RANDOM.txt
15
16
- uses: EndBug/add-and-commit@v9
17
with:
0 commit comments