Skip to content

Commit

Permalink
added id
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 2, 2023
1 parent 671140f commit 9971f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:

- name: setup-foreman-failure
uses: ./
id: setup-foreman-failure
with:
version: "*"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -83,7 +84,7 @@ jobs:
continue-on-error: true

- name: fail on success
if: always() && steps.setup-foreman-failure.outcome == 'success'
if: always() && steps.id.setup-foreman-failure.outcome == 'success'
run: exit 1

- name: succeed of failure
Expand Down

0 comments on commit 9971f2f

Please sign in to comment.