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 4c7503d commit 4225108
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update_software_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@ jobs:

- name: Checkout a new branch
run: |
# echo 'TIMESTAMP=$(date -u "+%Y-%m-%d")' >> $GITHUB_ENV
# 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 "TIMESTAMP=$TIMESTAMP" >> $GITHUB_ENV
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
# git checkout -b $BRANCH_NAME
echo BRANCH_NAME = $BRANCH_NAME
# echo BRANCH_NAME = $BRANCH_NAME
- name: test
run: |
echo TIMESTAMP = $TIMESTAMP
echo BRANCH_NAME = $BRANCH_NAME
# - name: Obtain latest software info summary
Expand Down

0 comments on commit 4225108

Please sign in to comment.