Skip to content

Commit

Permalink
OASHGOBASGOBAS
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn authored Aug 5, 2024
1 parent c0d31e8 commit 323464d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
steps:
- name: set env
run: |
echo "NOW=$(date +'%s')" >> $GITHUB_ENV
echo "RLNAME=${{ github.event.inputs.py_commit }}-${NOW}" >> $GITHUB_ENV
echo "RLNAME=${{ github.event.inputs.py_commit }}-$(date +'%s')" >> $GITHUB_ENV
- name: test
run: echo "now ${NOW} -- rl ${RLNAME}"
run: echo "rl ${RLNAME}"

- name: checkout python
uses: actions/checkout@v4
Expand Down

0 comments on commit 323464d

Please sign in to comment.