Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718ac0d commit 6dbef20Copy full SHA for 6dbef20
1 file changed
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Download utPLSQL release for testing
94
# For PR build - test using target branch as framework, for branch build use self as testing framework
95
- run: git clone --depth=1 --branch=${CI_HEAD_REF:-$CI_REF_NAME} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
+ run: git clone --depth=1 --branch=${CI_BASE_REF:-$CI_REF_NAME} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
96
97
- name: Update privileges on sources
98
run: chmod -R go+w ./{source,test,examples,${UTPLSQL_DIR}/source}
0 commit comments