From 897faa939ed0d5ecda8e9e385863af1fc969dc12 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 17 Sep 2020 19:16:42 -0500 Subject: [PATCH] Rename publish_build_twlbot to publish_build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85b0e31..4839ddc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: name: build # Only run this for non-PR jobs. - publish_build_twlbot: + publish_build: runs-on: ubuntu-latest name: Publish build to Universal-Team/extras if: ${{ success() && !startsWith(github.ref, 'refs/pull') }} @@ -139,11 +139,11 @@ jobs: send_webhook: runs-on: ubuntu-latest - needs: [publish_build_twlbot, build] + needs: [publish_build, build] name: Send Discord webhook if: ${{ !startsWith(github.ref, 'refs/pull') }} env: - CURRENT_DATE: ${{ needs.publish_build_twlbot.outputs.current_date }} + CURRENT_DATE: ${{ needs.publish_build.outputs.current_date }} AUTHOR_NAME: ${{ needs.build.outputs.author_name }} COMMITTER_NAME: ${{ needs.build.outputs.committer_name }} COMMIT_SUBJECT: ${{ needs.build.outputs.commit_subject }}