Skip to content

Commit

Permalink
fix: Adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 7, 2023
1 parent 4c6a1be commit 5905e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
repository: 'geokrety/justatest'
path: 'source'

- name: Get values
id: vars
run: |
echo GITHUB_REF_NAME: $GITHUB_REF_NAME
[ -f source/.versionset ] || { echo ".versionset file missing"; exit 1; }
echo "version_set_name=$(cat source/.versionset)" >> $GITHUB_OUTPUT
- name: Update Version-Set
Expand Down

0 comments on commit 5905e62

Please sign in to comment.