Skip to content

Commit

Permalink
Revert "Revert "Revert "GitHub Actions - Update deprected set-output …
Browse files Browse the repository at this point in the history
…commands"""

This reverts commit 71fbb0b.
  • Loading branch information
kylemhall committed Sep 20, 2023
1 parent 9512a6c commit 524454b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ jobs:
run: |
IFS='/' read -r -a parts <<< "$GITHUB_REPOSITORY"
GITHUB_REPO="${parts[1]}"
echo "{github_repo}={$GITHUB_REPO}" >> $GITHUB_OUTPUT
echo ::set-output name=github_repo::$GITHUB_REPO
echo "GITHUB REPO: $GITHUB_REPO"
TAG_VERSION="${GITHUB_REF##*/}"
echo "TAG VERSION: $TAG_VERSION"
TAG_VERSION="${TAG_VERSION:1}"
echo "TAG VERSION 2: $TAG_VERSION"
echo "{tag_version}={$TAG_VERSION}" >> $GITHUB_OUTPUT
echo ::set-output name=tag_version::$TAG_VERSION
- name: Get Koha Version Branch Name
id: koha-version-oldstable
Expand Down

0 comments on commit 524454b

Please sign in to comment.