Skip to content

Commit

Permalink
Update check_application_document.yml
Browse files Browse the repository at this point in the history
Change order of steps
  • Loading branch information
semuelle authored Nov 29, 2023
1 parent a9e8503 commit f834454
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_application_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
steps:
- name: add admin-review label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: admin-review
- name: Checkout
uses: actions/checkout@v2
- name: Parse application file
id: grant_parser
uses: w3f/parse-grant-application-action@master
with:
path: "${{ github.workspace }}/${{ needs.get_filename.outputs.filename }}"
- name: add admin-review label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: admin-review

0 comments on commit f834454

Please sign in to comment.