Compare commits
2 Commits
dd7406b0ae
...
06835611f9
Author | SHA1 | Date | |
---|---|---|---|
06835611f9 | |||
6c0c65519b |
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set short SHA
|
- name: Set short SHA
|
||||||
run: echo "SHORT_SHA=$(echo ${GITEA_SHA::7})" >> $GITEA_ENV
|
run: echo "SHORT_SHA=$(echo ${GITHUB_SHA::7})" >> $GITEA_ENV
|
||||||
|
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITEA_ENV
|
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITEA_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user