Skip to content

Commit 323464d

Browse files
authored
OASHGOBASGOBAS
1 parent c0d31e8 commit 323464d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
steps:
2727
- name: set env
2828
run: |
29-
echo "NOW=$(date +'%s')" >> $GITHUB_ENV
30-
echo "RLNAME=${{ github.event.inputs.py_commit }}-${NOW}" >> $GITHUB_ENV
29+
echo "RLNAME=${{ github.event.inputs.py_commit }}-$(date +'%s')" >> $GITHUB_ENV
3130
3231
- name: test
33-
run: echo "now ${NOW} -- rl ${RLNAME}"
32+
run: echo "rl ${RLNAME}"
3433

3534
- name: checkout python
3635
uses: actions/checkout@v4

0 commit comments

Comments
 (0)