Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed May 9, 2024
1 parent c29622d commit de4260e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: checkout repository
uses: actions/checkout@v3

- name: Configure AWS credentials
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::444055461661:role/github-actions-role-eodc
Expand All @@ -66,7 +66,7 @@ jobs:

- name: echo inputs to user
run: |
echo "Manually triggered workflow: \
echo "Manually triggered workflow": \
${{ github.event.inputs.repo }} \
${{ github.event.inputs.ref }} \
${{ github.event.inputs.feedstock_subdir}} \
Expand Down

0 comments on commit de4260e

Please sign in to comment.