Skip to content

Commit

Permalink
back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Jun 1, 2024
1 parent 8b1002f commit 5b17439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: signalwire/actions-template
ref: ryanwi/container-test-run-options
ref: main
path: actions

- uses: ./actions/.github/actions/gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
BUILD:
name: BUILD
needs: CHECK
uses: signalwire/actions-template/.github/workflows/ci-build.yml@ryanwi/container-test-run-options
uses: signalwire/actions-template/.github/workflows/ci-build.yml@main
with:
ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
PROJECT_NAME: ${{ inputs.PROJECT_NAME }}
Expand Down

0 comments on commit 5b17439

Please sign in to comment.