From d3343c9f47b23873aa193522950ce648b205d975 Mon Sep 17 00:00:00 2001 From: Johann Dickson Date: Tue, 9 Jan 2024 15:29:59 +1300 Subject: [PATCH] set e --- .github/workflows/rebuild-backupasaurus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-backupasaurus.yml b/.github/workflows/rebuild-backupasaurus.yml index 4740420..17ca365 100644 --- a/.github/workflows/rebuild-backupasaurus.yml +++ b/.github/workflows/rebuild-backupasaurus.yml @@ -37,9 +37,10 @@ jobs: steps: - name: Backup-a-saurus workflow run: | + set -e curl \ -X POST \ -H "Accept: application/vnd.github.+json" \ -H "Authorization: Bearer ${{secrets.SPRINGLOAD_PAT}}" \ https://api.github.com/repos/springload/backup-a-saurus/dispatches \ - -d '{"event_type": "trigger-rebuild"}' \ No newline at end of file + -d '{"event_type": "trigger-rebuild"}'