Remove unused variable
This commit is contained in:
parent
897faa939e
commit
4393765902
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -74,7 +74,6 @@ jobs:
|
|||
COMMIT_MESSAGE: ${{ needs.build.outputs.commit_message }}
|
||||
outputs:
|
||||
current_date: ${{ steps.commit.outputs.current_date }}
|
||||
twlbot_commit: ${{ steps.commit.outputs.twlbot_commit }}
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
|
@ -116,7 +115,6 @@ jobs:
|
|||
git commit -m "Universal-Updater | $COMMIT_HASH"
|
||||
git tag v$CURRENT_DATE
|
||||
git push origin master v$CURRENT_DATE
|
||||
echo ::set-output name=twlbot_commit::$(git log --format=%H -1)
|
||||
- name: Release to Universal-Team/extras
|
||||
run: |
|
||||
AUTH_HEADER="Authorization: token ${{ secrets.TWLBOT_TOKEN }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue