Skip to content

Commit

Permalink
Use path-based installation of generator
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed Sep 10, 2024
1 parent 8405ada commit 49ccf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Ref (Pull Request)
if: github.event_name == 'pull_request'
run: |
echo "REF=$GITHUB_HEAD_REF" >> $GITHUB_ENV
echo "REF=pr/$GITHUB_REF_NAME" >> $GITHUB_ENV
- name: Setup Ref (Workflow Dispatch)
if: github.event_name == 'workflow_dispatch'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Generate Code
run: |
cd diffs/
elixir generate.exs "$REF"
elixir generate.exs "path:../generator"
- name: Save Code
run: |
Expand Down

0 comments on commit 49ccf40

Please sign in to comment.