File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
ref : ${{ github.event.release.tag_name }}
19
19
- name : Verify release commit
20
- run : | # Commit hash to compare with the commit returned by actions/checkout@v4 - Tag to compare with the latest release
20
+ run : | # Commit hash to compare with the commit returned by actions/checkout@v4 - Tag to compare with the latest releas
21
21
echo "Checked out commit: $(git rev-parse HEAD)"
22
22
echo "Expected tag: ${{ github.event.release.tag_name }}"
23
23
- name : prepare temporary folder for build
Original file line number Diff line number Diff line change 3
3
4
4
This API allows you to manage your Scaleway Projects.
5
5
6
+
6
7
- [ Project management commands] ( #project-management-commands )
7
8
- [ Create a new Project for an Organization] ( #create-a-new-project-for-an-organization )
8
9
- [ Delete an existing Project] ( #delete-an-existing-project )
@@ -11,6 +12,7 @@ This API allows you to manage your Scaleway Projects.
11
12
- [ Update Project] ( #update-project )
12
13
13
14
15
+
14
16
## Project management commands
15
17
16
18
Project management commands.
You can’t perform that action at this time.
0 commit comments