Skip to content

Commit

Permalink
add replacement for set-output due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Dec 1, 2023
1 parent 4e3c414 commit d3efe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Get repo name
id: get_repo
run: echo ::set-output name=REPO::${GITHUB_REPOSITORY#*/}
run: echo "REPO=${GITHUB_REPOSITORY#*/}" >> $GITHUB_OUTPUT

- name: Setup Java 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit d3efe15

Please sign in to comment.