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 10f4da0 commit 40b96f8Copy full SHA for 40b96f8
.github/workflows/notify.yml
@@ -9,10 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- with:
13
- fetch-depth: 0
14
- persist-credentials: false
15
- token: ${{secrets.gh_token}}
16
- uses: actions/setup-node@v2
17
with:
18
node-version: 16
.github/workflows/pr-validator.yml
@@ -12,10 +12,6 @@ jobs:
19
- run : |
20
if [ "$TARGET_BRANCH" == "master" ] && [ "$SOURCE_BRANCH" == "beta" ]; then
21
echo "Merge from $SOURCE_BRANCH to $TARGET_BRANCH is valid"
0 commit comments