From 802533dcebc0e898ddb2fd32fbf3696f9c19562e 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 --- .gitea/workflows/deploy-to-fighter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-to-fighter.yml b/.gitea/workflows/deploy-to-fighter.yml index b9b85ab..027d6f8 100644 --- a/.gitea/workflows/deploy-to-fighter.yml +++ b/.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 }}'