Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
f29380a6
Commit
f29380a6
authored
1 year ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Bump github-script action
parent
92084048
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build-release.yml
+1
-1
1 addition, 1 deletion
.github/workflows/build-release.yml
.github/workflows/documentation.yml
+1
-1
1 addition, 1 deletion
.github/workflows/documentation.yml
with
2 additions
and
2 deletions
.github/workflows/build-release.yml
+
1
−
1
View file @
f29380a6
...
...
@@ -105,7 +105,7 @@ jobs:
startsWith(github.ref, 'refs/tags/v') &&
contains(github.ref, 'alpha') != true &&
contains(github.ref, 'beta') != true
uses
:
actions/github-script@v
6
uses
:
actions/github-script@v
7
with
:
# Token has to be generated on a user account that controls the docs-repository.
# The _only_ scope to select is "Access public repositories", nothing more.
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/documentation.yml
+
1
−
1
View file @
f29380a6
...
...
@@ -43,7 +43,7 @@ jobs:
steps
:
-
name
:
Run docs build
if
:
github.event_name != 'pull_request'
uses
:
actions/github-script@v
6
uses
:
actions/github-script@v
7
with
:
# Token has to be generated on a user account that controls the docs-repository.
# The _only_ scope to select is "Access public repositories", nothing more.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment