FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-java/.github/workflows/update-docs-version.yml at main · nagyesta/testcontainers-java · GitHub
nagyesta
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testcontainers-java
/
.github
/
workflows
/
update-docs-version.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (30 loc) · 1013 Bytes
Breadcrumbs
testcontainers-java
/
.github
/
workflows
/
update-docs-version.yml
Copy path
File metadata and controls
33 lines (30 loc) · 1013 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name
:
Update docs version
on
:
release
:
types
:
[ published ]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
#
for peter-evans/create-pull-request to create branch
pull-requests
:
write
#
for peter-evans/create-pull-request to create a PR
if
:
github.repository == 'testcontainers/testcontainers-java'
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v5
with
:
ref
:
main
-
name
:
Update latest_version property in mkdocs.yml
run
:
|
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
git diff
-
name
:
Create Pull Request
uses
:
peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
#
v3.10.1
with
:
title
:
Update docs version to ${GITHUB_REF##*/}
body
:
|
Update docs version to ${GITHUB_REF##*/}
skip-checks:
true
branch
:
update-docs-version
delete-branch
:
true
Back
|
FazBrowse Home
|
New Git URL