Skip to content

Commit 8520d79

Browse files
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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/commit.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,16 @@ jobs:
1919
uses: ./.github/workflows/lint.yml
2020
seed_maven_cache:
2121
uses: ./.github/workflows/seed_maven_cache.yml
22+
name: Checkout ref
23+
on: [push, pull_request]
24+
25+
jobs:
26+
build:
27+
runs-on: ubuntu-latest
28+
29+
steps:
30+
- name: Checkout repository
31+
uses: actions/checkout@v2
32+
33+
- name: Append to GITHUB_PATH
34+
run: echo "/home/runner/work/_actions/ORCID/git-checkout-ref-action/main" >> $GITHUB_PATH

0 commit comments

Comments
 (0)