We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4cf2a commit 735a5e1Copy full SHA for 735a5e1
.github/workflows/detect-api.changes.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: 🔍 Detect Changes
37
run: |
38
PROJECT_FOLDER=$PWD
39
+ echo $PROJECT_FOLDER
40
41
NEW="${{ env.source }}~${{ env.githubRepo }}"
42
if [[ '${{ github.head_ref || env.noTargetBranch }}' == 'release/*' ]]
0 commit comments