We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d678ea commit 593a2fdCopy full SHA for 593a2fd
.github/workflows/docfx.yml
@@ -50,6 +50,5 @@ jobs:
50
with:
51
# The directory where your repository is located. You should use actions/checkout first to set it up
52
cwd: ./gh-pages
53
- branch: gh-pages
54
push: true
55
- token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/nightlynuget_dev.yml
@@ -39,5 +39,4 @@ jobs:
39
40
message: 'Nightly PnP Framework release'
41
42
- branch: dev
43
0 commit comments