Skip to content

Commit d3c08f4

Browse files
committed
fix indentation again
1 parent b829419 commit d3c08f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434

3535
steps:
3636

37-
- name: Set environment variables
38-
run: |
39-
echo "BRANCH=${{ github.event.client_payload.branch }}" >> $GITHUB_ENV
40-
echo "REPO=${{ github.event.client_payload.repo }}" >> $GITHUB_ENV
41-
echo "GH_USER=RRC_GHA" >> $GITHUB_ENV
37+
- name: Set environment variables
38+
run: |
39+
echo "BRANCH=${{ github.event.client_payload.branch }}" >> $GITHUB_ENV
40+
echo "REPO=${{ github.event.client_payload.repo }}" >> $GITHUB_ENV
41+
echo "GH_USER=RRC_GHA" >> $GITHUB_ENV
4242
4343
4444
- name: Check name of branch from nceas-training

0 commit comments

Comments
 (0)