Skip to content

Commit

Permalink
Fixing dependency
Browse files Browse the repository at this point in the history
I don't think this dependency worked because of where `id` was in the workflow. Trying again!
  • Loading branch information
nataliejschultz committed Dec 19, 2023
1 parent d4beeba commit ca816ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: read
jobs:
AssumeRoleAndCallIdentity:
name: AWS-Auth
name: AWS Authentication + Sending Welcome Email
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
Expand All @@ -44,12 +44,11 @@ jobs:
# - name: Checkout
# uses: actions/checkout@v2

- name: Get config name
- id: files
uses: jitterbit/get-changed-files@v1
with:
format: 'space-delimited'
- id: files
run: |
- run: |
for changed_file in ${{ steps.files.outputs.all }}; do
echo "The name of the new config file is: ${changed_file}."
done
Expand Down
1 change: 1 addition & 0 deletions configs/wyoming.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
}



0 comments on commit ca816ba

Please sign in to comment.