Skip to content

Commit

Permalink
return checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Feb 9, 2024
1 parent bbdec1d commit 6f8cddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
name: Renew Artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
# We run this (up-to-date) node locally to fetch metadata from it for the artifacts
- name: Use substrate and polkadot node binaries
uses: ./.github/workflows/actions/use-nodes
Expand Down Expand Up @@ -50,8 +52,6 @@ jobs:
with:
app-id: ${{ secrets.SUBXT_PR_MAKER_APP_ID }}
private-key: ${{ secrets.SUBXT_PR_MAKER_APP_KEY }}
- name: Checkout sources
uses: actions/checkout@v4

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 6f8cddf

Please sign in to comment.