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 98cf865 + c56c185 commit 399d3c2Copy full SHA for 399d3c2
.github/workflows/update-sdk-docs.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
+ env:
12
+ BRANCH_NAME: update-sdk-readmes
13
14
steps:
15
- name: Checkout code
@@ -33,10 +35,6 @@ jobs:
33
35
git config --global user.name "OpenFeature Bot"
34
36
git config --global user.email "[email protected]"
37
- - name: Set branch env variable
- shell: bash
38
- run: echo "BRANCH_NAME=update-sdk-readmes" >> $GITHUB_ENV
39
-
40
- name: Checkout branch
41
shell: bash
42
run: |
@@ -65,8 +63,8 @@ jobs:
65
63
uses: ad-m/[email protected]
66
64
with:
67
github_token: ${{ secrets.PULL_REQUEST_AUTOMATION }}
68
- branch: ${{ vars.BRANCH_NAME }}
69
- force_with_lease: true
+ branch: ${{ env.BRANCH_NAME }}
+ force: true
70
71
- name: Create pr if doesn't exist
72
0 commit comments