Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Jan 31, 2024
1 parent f710b2d commit 4c7503d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_software_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# echo 'BRANCH_NAME="update-software-info-${TIMESTAMP}"' >> $GITHUB_ENV
TIMESTAMP=$(date -u "+%Y-%m-%d")
BRANCH_NAME="update-software-info-${TIMESTAMP}"
echo 'TIMESTAMP=${TIMESTAMP}' >> $GITHUB_ENV
echo 'BRANCH_NAME=${BRANCH_NAME}' >> $GITHUB_ENV
echo "TIMESTAMP=$TIMESTAMP" >> $GITHUB_ENV
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
# git checkout -b $BRANCH_NAME
echo BRANCH_NAME = $BRANCH_NAME
Expand Down

0 comments on commit 4c7503d

Please sign in to comment.