mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Remove unused variable
This commit is contained in:
@@ -74,7 +74,6 @@ jobs:
|
|||||||
COMMIT_MESSAGE: ${{ needs.build.outputs.commit_message }}
|
COMMIT_MESSAGE: ${{ needs.build.outputs.commit_message }}
|
||||||
outputs:
|
outputs:
|
||||||
current_date: ${{ steps.commit.outputs.current_date }}
|
current_date: ${{ steps.commit.outputs.current_date }}
|
||||||
twlbot_commit: ${{ steps.commit.outputs.twlbot_commit }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
@@ -116,7 +115,6 @@ jobs:
|
|||||||
git commit -m "Universal-Updater | $COMMIT_HASH"
|
git commit -m "Universal-Updater | $COMMIT_HASH"
|
||||||
git tag v$CURRENT_DATE
|
git tag v$CURRENT_DATE
|
||||||
git push origin master 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
|
- name: Release to Universal-Team/extras
|
||||||
run: |
|
run: |
|
||||||
AUTH_HEADER="Authorization: token ${{ secrets.TWLBOT_TOKEN }}"
|
AUTH_HEADER="Authorization: token ${{ secrets.TWLBOT_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user