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 c54e5b1 commit 3f637e6Copy full SHA for 3f637e6
.github/workflows/escrowBumpVersion.yaml
@@ -21,9 +21,10 @@ jobs:
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses: actions/checkout@v2
25
- with:
26
- token: ${{ secrets.ACTION_GITHUB_TOKEN }}
+ - name: Configure Git
+ run: git config --global url.'https://${{ secrets.ACTION_GITHUB_TOKEN }}:@github.com'.insteadOf 'https://github.com'
+ - name: Checkout
27
+ uses: actions/checkout@v2
28
29
- uses: ashley-taylor/read-json-property-action@v1.0
30
with:
0 commit comments