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.
2 parents 35cd7d1 + 9c39e83 commit 0f12dfeCopy full SHA for 0f12dfe
VERSION
@@ -1 +1 @@
1
-1.3.11
+1.3.12
ci/modified-packages/action.yml
@@ -19,6 +19,8 @@ runs:
19
run: |
20
PULLREQUEST=${{ github.event.number }}
21
PULLREQUEST=${PULLREQUEST:-false}
22
+ GITHUB_REF=${GITHUB_REF#refs/heads/}
23
+ GITHUB_REF=${GITHUB_REF#refs/tags/}
24
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
25
DEFAULT_BRANCH=${{ github.event.repository.default_branch }}
26
if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
0 commit comments