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 2e9f5bf commit d6fd3fcCopy full SHA for d6fd3fc
.github/workflows/update-library-refs.yml
@@ -23,5 +23,5 @@ jobs:
23
Get-Item "./f95/*", "./lc/*" | ForEach-Object -Process {(Get-Content $_) -replace '[a-f0-9]{40}', $CommitHash | Set-Content $_}
24
git add -A
25
git commit --amend --no-edit
26
- git remote set-url origin https://x-access-token:{{ secrets.GH_PAT }}@github.com/Edexaal/scripts.git
+ git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/Edexaal/scripts.git
27
git push --force origin main
0 commit comments