Skip to content

Commit

Permalink
fix ci step order
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Apr 19, 2023
1 parent 1ece20b commit 39c89c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
- uses: actions/download-artifact@v3
with:
name: action.yml
path: .

- name: Create change
run: date +%s > report.txt
Expand All @@ -58,6 +54,11 @@ jobs:
[1]: https://github.com/peter-evans/create-pull-request
branch: ci-test-${{ matrix.os }}-${{ github.sha }}

- uses: actions/download-artifact@v3
with:
name: action.yml
path: .

- name: Close Pull
uses: ./
with:
Expand Down

0 comments on commit 39c89c0

Please sign in to comment.