From 0fda5a280fa4b9cadc1b84976df5e0efabcc6ac2 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 15 Feb 2024 01:28:55 -0800 Subject: [PATCH] Experiment with expressions in workflows --- homelab/.gitea/workflows/deploy-to-fighter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/.gitea/workflows/deploy-to-fighter.yml b/homelab/.gitea/workflows/deploy-to-fighter.yml index b9b85ab7..027d6f89 100644 --- a/homelab/.gitea/workflows/deploy-to-fighter.yml +++ b/homelab/.gitea/workflows/deploy-to-fighter.yml @@ -50,4 +50,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@master with: - args: '{{ EVENT_PAYLOAD.repository.full_name }} deployed to fighter' + args: '${{ github.repository }} deploy to fighter: ${{ job.status }}'