Skip to content

Commit

Permalink
Add GitHub environment variables and checkout source in workflow
Browse files Browse the repository at this point in the history
Need to actually do this
  • Loading branch information
tmclaugh committed Sep 1, 2024
1 parent 7823866 commit 99e5328
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
contents: read

steps:
- name: Set extra GitHub environment variables
id: github-env-vars
uses: rlespinasse/github-slug-action@v4

- name: Checkout source
id: checkout-source
uses: actions/checkout@v4

- name: Schema Validation
id: schema-validation
uses: dsanders11/[email protected]
Expand Down

0 comments on commit 99e5328

Please sign in to comment.