This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make entrypoint.sh executable * Bump version
- Loading branch information
1 parent
d485f3a
commit c0f74f4
Showing
7 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- uses: actions/checkout@master | ||
|
||
- name: run | ||
uses: cedrickring/[email protected].0 | ||
uses: cedrickring/[email protected].1 | ||
``` | ||
|
@@ -27,7 +27,7 @@ To run a custom command, just use: | |
```yaml | ||
steps: | ||
- name: Run custom command | ||
uses: cedrickring/[email protected].0 | ||
uses: cedrickring/[email protected].1 | ||
with: | ||
args: make my-target | ||
``` | ||
|
@@ -39,7 +39,7 @@ source Go project: | |
```yaml | ||
steps: | ||
- name: Run with custom import path | ||
uses: cedrickring/[email protected].0 | ||
uses: cedrickring/[email protected].1 | ||
env: | ||
IMPORT: "root/repo" | ||
``` | ||
|
@@ -49,7 +49,7 @@ To use Go Modules add `GO111MODULE=on` to the step: | |
```yaml | ||
steps: | ||
- name: Go Modules | ||
uses: cedrickring/[email protected].0 | ||
uses: cedrickring/[email protected].1 | ||
env: | ||
GO111MODULE: "on" | ||
``` | ||
|
@@ -59,7 +59,7 @@ If your go project is not located at the root of the repo you can also specify e | |
```yaml | ||
steps: | ||
- name: Custom project path | ||
uses: cedrickring/[email protected].0 | ||
uses: cedrickring/[email protected].1 | ||
env: | ||
PROJECT_PATH: "./path/in/my/project" | ||
``` | ||
|
@@ -68,5 +68,5 @@ To use a specific golang version (1.10, 1.11, 1.12, 1.13), defaults to the lates | |
```yaml | ||
steps: | ||
- name: Use Go 1.11 | ||
uses: cedrickring/golang-action/[email protected].0 | ||
uses: cedrickring/golang-action/[email protected].1 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.