Skip to content

Commit

Permalink
to access env vars use vars not github.env πŸ«‘πŸ‘Œ
Browse files Browse the repository at this point in the history
  • Loading branch information
arnard76 committed Jul 29, 2023
1 parent c2bf659 commit b3bf64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sandbox-new-page.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: setup a new page in the sandbox branch
run-name: "sandboxing ${{ github.env.LATEST_PAGE_ROUTE }}"
run-name: "sandboxing ${{ vars.LATEST_PAGE_ROUTE }}"
on: [push]

env:
new_page: ${{ github.env.LATEST_PAGE_ROUTE }}
new_page: ${{ vars.LATEST_PAGE_ROUTE }}

jobs:
Update-Sandbox-Branch:
Expand Down

0 comments on commit b3bf64c

Please sign in to comment.