Skip to content

Commit

Permalink
dotenv-action needs the dotenv file
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Sep 23, 2023
1 parent 8e45cc7 commit 3a80339
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-next-checkbox-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
with:
github-token: ${{ github.token }}
action: detect

- name: list changes
run: |
echo "checked=${{ steps.detect.outputs.checked }}"
echo "unchecked=${{ steps.detect.outputs.unchecked }}
- name: Checkout repository
uses: actions/checkout@v4

- name: Dotenv Action
id: dotenv
uses: falti/dotenv-action@v1.0.4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-next-create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
outputs:
dotenv: ${{ steps.dotenv.outputs }}
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Dotenv Action
id: dotenv
uses: falti/dotenv-action@v1.0.4
Expand Down Expand Up @@ -40,9 +43,6 @@ jobs:
permissions:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Update version
run: |
TAG="${{ needs.draft.outputs.tag_name }}"
Expand Down

0 comments on commit 3a80339

Please sign in to comment.