Skip to content

Commit

Permalink
fix: Checkout version-set repo
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 7, 2023
1 parent 323272e commit 79265e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout current code
uses: actions/checkout@v3
with:
path: 'source'
Expand All @@ -22,6 +22,12 @@ jobs:
[ -f source/.versionset ] || { echo ".versionset file missing"; exit 1; }
echo "version_set_name=$(cat source/.versionset)" >> $GITHUB_OUTPUT
- name: Checkout version-set repo
uses: actions/checkout@v3
with:
path: 'versionset'
repository: geokrety/justatest2

- name: Update Version-Set
uses: fjogeleit/yaml-update-action@main
with:
Expand Down

0 comments on commit 79265e6

Please sign in to comment.