Skip to content

Commit

Permalink
test prepare action with ref
Browse files Browse the repository at this point in the history
  • Loading branch information
apodlaski committed Oct 2, 2024
1 parent 097a1ca commit b02b26f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,16 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Get workflow version
id: workflow-version
uses: canonical/get-workflow-version-action@v1
with:
repository-name: coingaming/.github
file-name: code-checks.yml
github-token: ${{ secrets.GH_TOKEN != '' && secrets.GH_TOKEN || github.token }}

- name: Prepare repo and env
uses: ./actions/prepare/action.yml
uses: coingaming/.github/actions/prepare@${{ steps.workflow-version.outputs.sha }}
with:
mix-env: ${{ inputs.mix-env }}
cache_paths: ${{ inputs.cache_paths }}
Expand Down

0 comments on commit b02b26f

Please sign in to comment.