Skip to content

Commit

Permalink
#32 use new output env file (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibiqlik committed Oct 14, 2022
1 parent 81e214f commit 2576378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get yamllint version
run: yamllint --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -9,5 +9,5 @@ jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: haya14busa/action-update-semver@v1
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -35,6 +35,6 @@ yamllint "${options[@]}" ${INPUT_FILE_OR_DIR:-.} | tee -a "$LOGFILE"
exitcode=$?

shopt -u globstar
echo "::set-output name=logfile::$(realpath ${LOGFILE})"
echo "logfile=$(realpath ${LOGFILE})" >> "$GITHUB_OUTPUT"

exit $exitcode

0 comments on commit 2576378

Please sign in to comment.