nobe4
19a35ad34c
Merge pull request #14 from 13013SwagR/chore/improve-documentation
...
chore(README,actions.yaml): Improve documentation of the audience parameter
2024-06-10 15:24:58 +02:00
Vincent Dansereau
d8533275ca
Update action.yml
...
Co-authored-by: nobe4 <nobe4@users.noreply.github.com>
2024-06-03 14:16:53 -04:00
Vincent Dansereau
36222a8f0e
chore(README,actions.yaml): Improve documentation of the audience parameter
2024-05-16 11:16:33 -04:00
Stephen Hosom
d0cee90ddb
Merge pull request #11 from kipz/patch-1
...
Add audience to URL
2024-04-09 14:13:28 -04:00
Jason Macgowan
58fe0cc612
Merge pull request #12 from github/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-28 08:32:43 -04:00
dependabot[bot]
be16fd6d8b
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 21:05:42 +00:00
James Carnegie
7e867f4331
Add audience to URL
2023-06-15 13:41:35 +01:00
Chris Wage
aa6f357e1e
Merge pull request #10 from github/update-dependabot-reviewer
...
Updating dependabot reviewers
2023-01-11 13:51:22 -06:00
Chris Wage
9c23fd8166
updating dependabot reviewer from security-ops-reviewers to sae-iam
2023-01-10 13:10:50 -06:00
Chris Wage
f6fe57579a
Merge pull request #9 from github/update-dependabot-reviewer
...
Updating dependabot reviewers
2023-01-05 14:46:09 -06:00
Chris Wage
f4b38c286d
updating dependabot reviewer from security-ops-reviewers to sae-iam
2023-01-05 14:12:22 -06:00
John Northrup
150a4de5a7
Merge pull request #8 from github/jasonmacgowan/update-es
...
Update exec sponsor
2023-01-04 19:03:32 -06:00
John Northrup
98e6b2c979
update maintainer, and team.
2023-01-04 18:53:04 -06:00
Jason Macgowan
263b634ed6
Update exec sponsor
2023-01-03 10:23:39 -05:00
Edward Lopez-Acosta
e5871b9396
Merge pull request #7 from github/dependabot_config_updates
...
Add schedule and github-actions check
2022-12-06 10:25:39 -06:00
Edward Lopez-Acosta
8e4286456c
Don't vendor gomod
2022-12-06 08:56:12 -06:00
Edward Lopez-Acosta
8d6a7dafde
Check for go not ruby
2022-12-06 08:53:28 -06:00
Edward Lopez-Acosta
f8887250af
Add schedule and github-actions check
2022-12-05 12:49:23 -06:00
Max Wagner
6a6721bb4b
Merge pull request #5 from github/update-readme-example
...
Update README example
2022-07-12 15:38:55 -06:00
Max Wagner
48623f316d
Update README example
...
This updates the example to be exact about how to use the debugger.
2022-07-12 14:39:51 -06:00
Max Wagner
aedbbce52d
Merge pull request #4 from github/wagnerm/hack-entrypoint
...
Hack entrypoint to work around Actions setting the working dir
2022-05-11 15:44:30 -06:00
Max Wagner
01b8289bd4
Hack entrypoint to work around Actions setting the working dir
...
Since this Action is in a private repository, you must clone it manully
first and then call the Action.
However, since you have to clone the repository into an alternate
directory, Actions will start the Docker container with the working
directory being that of the calling workflow repository.
Example here:
https://github.com/github/ci-hello-world/runs/6396135283?check_suite_focus=true#step:5:47
The workdir is set to `--workdir /github/workspace`.
This doesn't work because the go files are actually in `/`.
Since the go files are in fact in `/` we can just cd to that directory.
I believe this worked implicitly within this repository because the go files
happened to also be found into the working directory Actions was
setting.
2022-05-11 21:34:09 +00:00
Stephen Hosom
a47da8a1ab
Merge pull request #3 from github/add-ownership
...
Create ownership.yaml
2022-05-02 14:00:59 -04:00
Stephen Hosom
bd814f9f16
Create ownership.yaml
2022-05-02 13:58:26 -04:00
Stephen Hosom
8a9a5ec002
Merge pull request #2 from github/add-license
...
Create LICENSE
2022-05-02 13:50:58 -04:00
hosom
85d1459ab4
Add CODEOWNERS
2022-05-02 13:45:42 -04:00
Stephen Hosom
e3cf92fd27
Create LICENSE
2022-05-02 13:40:09 -04:00
Stephen Hosom
9ccea9c81a
Merge pull request #1 from github/initial-commit
...
Initial Import
2022-05-02 13:13:50 -04:00
hosom
6c346898dd
Add action-test.yml
2022-05-02 13:09:16 -04:00
hosom
45a09d6f3f
Update README.md
2022-05-02 13:00:28 -04:00
hosom
92a52a1bd7
Initial import of code for actions
2022-05-02 12:55:26 -04:00
Stephen Hosom
a6bdcf6316
Initial commit
2022-05-02 12:50:43 -04:00