Skip to content

Commit

Permalink
Update dispatch-downstream-dev.yml
Browse files Browse the repository at this point in the history
Remove unnecessary install step bc jq already installed on gh runners
  • Loading branch information
anngvu authored Aug 26, 2022
1 parent 5116163 commit e735bb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dispatch-downstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Generate input payload
id: payload
run: |
sudo apt install jq
URL=$REPO_RAW/$GITHUB_REF_NAME/$SRC_FILE
INPUT=$(jq -n -c --arg url "$URL" '{ source: $url}')
echo "::set-output name=INPUT::$INPUT"
Expand Down

0 comments on commit e735bb2

Please sign in to comment.