Skip to content

Commit

Permalink
Update test-outputs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored May 5, 2024
1 parent 6fd6635 commit 3b60622
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test-outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,13 @@ jobs:

# Optional commit message and author settings
commit_message: Update Data JSON


- uses: actions/upload-artifact@v4
with:
name: doggie
path: doggie.json


- name: Save data
id: save-data
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const results = ${{ steps.define-data.result }}
const script = require('./github-actions/trigger-schedule/list-inactive-members/trim-inactive-members.js')
script({ g: github, c: context }, results)
Test_Download:
needs: Test_Upload
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b60622

Please sign in to comment.