Skip to content

Commit

Permalink
fix: update common-config action names
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored Dec 22, 2023
1 parent 0d23e82 commit 850a6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
node-version: 18

- name: Setup Elixir
uses: beam-community/actions-elixir/setup@v1
uses: stordco/actions-elixir/setup@v1
with:
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
elixir-version: "1.15"
otp-version: "26.0"

- name: Sync
uses: beam-community/actions-sync@v1
uses: stordco/actions-sync@v1
with:
commit-message: "chore: sync files with beam-community/common-config"
pr-enabled: true
Expand Down

0 comments on commit 850a6fb

Please sign in to comment.