diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-12 21:21:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 21:21:51 -0700 |
commit | 2cea05c08619984947f2d997a0677459a7c42acf (patch) | |
tree | 171b12e009e6b65b5d47d165054a7559ecbc4e24 | |
parent | ddfc240ed4c80dc8980f91f89d11f8b1563315cb (diff) | |
download | frost-2cea05c08619984947f2d997a0677459a7c42acf.tar.gz frost-2cea05c08619984947f2d997a0677459a7c42acf.tar.bz2 frost-2cea05c08619984947f2d997a0677459a7c42acf.zip |
Discord ping last commit only
-rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 156d1d72..04e09abe 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -202,7 +202,7 @@ jobs: # Frost Blue: 0xff3b5998 / 3889560 # https://github.com/octokit/webhooks embed: '{"title":"Frost v{{ env.RELEASE_ID_NUMBER }}","color":3889560,"url":"{{ commit.url }}","author":{"name":"{{ github.context.payload.repository.owner.login }}","icon_url":"{{ github.context.payload.repository.owner.avatar_url }}"},"fields":[{"name":"Test Release","value":"{{ env.TEST_RELEASE_URL }}"},{"name":"Action CI","value":"https://github.com/{{ github.context.payload.repository.full_name }}/actions/runs/{{ env.RUN_ID }}"}]}' - last-commit-only: false + last-commit-only: true env: RUN_ID: ${{ github.RUN_ID }} |