Skip to content

Commit

Permalink
Checkout repo b4 creating an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zaelgohary committed Aug 7, 2024
1 parent f249ea3 commit 087e268
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SSH_KEY: ${{ secrets.SSH_KEY }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'dev' }} || ${{ env.NETWORK == 'qa' }} || ${{ env.NETWORK == 'test' }} || ${{ env.NETWORK == 'main' }}
with:
ref: refs/tags/v2.5.2
Expand Down Expand Up @@ -133,6 +133,9 @@ jobs:
steps.delete_all.outcome != 'success'
run: exit 1

- name: Checkout repository again
uses: actions/checkout@v3

- name: Create GitHub Issue on Failure
uses: JasonEtco/create-an-issue@v2
env:
Expand Down

0 comments on commit 087e268

Please sign in to comment.