Skip to content

Commit

Permalink
env:MAIN_BRANCH_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored May 21, 2024
1 parent 9965148 commit d0d91ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: Write-Host $MAIN_BRANCH_URL
- name: Install puppy3.11
run: |
& ([scriptblock]::Create((iwr -useb "$MAIN_BRANCH_URL"/pup.ps1).Content)) 3.11
& ([scriptblock]::Create((iwr -useb $env:MAIN_BRANCH_URL/pup.ps1).Content)) 3.11

0 comments on commit d0d91ac

Please sign in to comment.