Skip to content

Commit

Permalink
Use other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Apr 30, 2024
1 parent 53acd96 commit 2bb5e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
jobs:
release:
name: Release
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@drop-bash-circus
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@jwl-multi-arch
with:
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
dry_run: ${{ inputs.dry_run }}
languages_cli_branch: drop-bash-circus
languages_cli_branch: jwl-multi-arch
secrets:
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}
cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 2bb5e7e

Please sign in to comment.