Skip to content

Commit

Permalink
fixup! [nrf noup] ci: enable custom base for manifest-PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thst-nordic committed Oct 27, 2024
1 parent 934a232 commit 0437b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manifest-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# run: echo "TARGET_BASE_BRANCH=${{ fromJSON(env.myjson)[env.var_foo] }}" >> $GITHUB_ENV

- name: read TARGET_BASE_BRANCH
run: echo "TARGET_BASE_BRANCH=${{ TARGET_BASE_BRANCH }}"
run: echo "TARGET_BASE_BRANCH=$TARGET_BASE_BRANCH"


# if: contains(['SNAPSHOT'],env.BUILD_VERSION)
Expand Down

0 comments on commit 0437b97

Please sign in to comment.