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 5b4c0e8 commit 45eaf2aCopy full SHA for 45eaf2a
.github/workflows/drift.yml
@@ -9,6 +9,9 @@ jobs:
9
detect-drift:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Set git config
13
+ run: |
14
+ /usr/bin/git config --global --add url."https://github:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository_owner }}".insteadOf https://github.com/${{ github.repository_owner }}
15
- name: digger drift detection
16
uses: diggerhq/digger@vblocks-test
17
with:
0 commit comments