Skip to content

Commit

Permalink
working on a new action to sandbox new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
arnard76 committed Jul 29, 2023
1 parent f8b5b5b commit c2bf659
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sandbox-new-page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: setup a new page in the sandbox branch
run-name: "sandboxing ${{ github.env.LATEST_PAGE_ROUTE }}"
on: [push]

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

jobs:
Update-Sandbox-Branch:
runs-on: ubuntu-latest
steps:
- run: echo "Hi ${{ env.new_page }}"

0 comments on commit c2bf659

Please sign in to comment.