Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ichizok committed Mar 28, 2024
1 parent 7787844 commit 1f7006e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "${MULTILINE}"

- name: Multiline input
uses: ./.github/actions/test
uses: ./.github/actions/test@master
with:
nice-input: |
hello
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# run: echo "MY_SECRET=${{ secrets.SECRET_VALUE }}" >> $GITHUB_ENV
#
# - name: Use env
# uses: ./.github/actions/test
# uses: ./.github/actions/test@master
# with:
# example: ${{ env.MY_SECRET }}
#
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
#
# - name: Matrix
# id: matrix
# uses: ./.github/actions/generate-matrix
# uses: ./.github/actions/generate-matrix@master
# with:
# matrix: |
# compiler:
Expand Down

0 comments on commit 1f7006e

Please sign in to comment.