Remove unused variable from the ci.yml

This commit is contained in:
Maschell 2023-01-06 14:42:50 +01:00
parent 9485cc7e15
commit 1d13bc62e5
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ jobs:
run: |
echo REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//") >> $GITHUB_ENV
echo DATETIME=$(echo $(date '+%Y%m%d-%H%M%S')) >> $GITHUB_ENV
echo COMMIT_MESSAGES=$(echo "${{join(github.event.commits.*.message, '||END||') }}" | sed -e 's/||END||/\r\n/g') >> $GITHUB_ENV
- uses: actions/download-artifact@master
with:
name: binary