Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycarvalho committed Nov 19, 2024
1 parent c169d2d commit e17fb97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/build-push-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ inputs:
description: 'AWS role to assume'
required: true

env:
GITHUB_REF: 'test-twistlock'
GITHUB_REF_NAME: 'test-twistlock'

runs:
using: "composite"
steps:
Expand Down Expand Up @@ -50,6 +54,5 @@ runs:
shell: bash
env:
GH_TOKEN: ${{ github.token }}
BRANCH: test-twistlock
run: |
gh workflow run -r main -F image-tag=${{ inputs.ref }} twistlock.yml

0 comments on commit e17fb97

Please sign in to comment.