Skip to content

Commit

Permalink
update action to use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Aug 9, 2024
1 parent 522bca4 commit fc6b85e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'Opsmaru Pakman'
author: 'Zack Siri'
name: "Opsmaru Pakman"
author: "Zack Siri"
branding:
icon: 'package'
color: 'purple'
description: 'Builds project into alpine package to be deployed using opsmaru.com'
icon: "package"
color: "purple"
description: "Builds project into alpine package to be deployed using opsmaru.com"
inputs:
alpine:
description: |
Expand Down Expand Up @@ -47,14 +47,14 @@ runs:
uses: actions/cache@v4
with:
path: ~/.mix
key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.10
key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-develop

- name: Install Pakman
if: steps.cache-pakman.outputs.cache-hit != 'true'
run: |
mix local.rebar --force
mix local.hex --force
mix escript.install hex pakman 8.2.10 --force
mix escript.install github upmaru/pakman branch develop --force
shell: alpine.sh {0}
env:
MIX_ENV: prod

0 comments on commit fc6b85e

Please sign in to comment.