Commit 8520d79
authored
Update commit.yml
name: Checkout ref
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Append to GITHUB_PATH
run: echo "/home/runner/work/_actions/ORCID/git-checkout-ref-action/main" >> $GITHUB_PATH
Signed-off-by: HunterOne <140244667+signal-coder@users.noreply.github.com>1 parent 62a9411 commit 8520d79
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments