mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
fix gha set-output command (#14312)
This commit is contained in:
committed by
GitHub
parent
41735589ee
commit
ee895b3986
+2
-2
@@ -13,8 +13,8 @@ jobs:
|
||||
- name: Get the tags by date
|
||||
id: tags
|
||||
run: |
|
||||
echo "::set-output name=new::$(date +'monthly-%Y-%m')"
|
||||
echo "::set-output name=old::$(date -d'1 month ago' +'monthly-%Y-%m')"
|
||||
echo "new=$(date +'monthly-%Y-%m')" >> $GITHUB_OUTPUT
|
||||
echo "old=$(date -d'1 month ago' +'monthly-%Y-%m')" >> $GITHUB_OUTPUT
|
||||
- name: Checkout branch "master"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user