Skip to content

Commit

Permalink
workaround jitterbit error in GH actions taken from jitterbit/get-cha…
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorSanh committed Jun 8, 2021
1 parent 9eac554 commit a8d2585
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/show_new_templates.yml
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,6 +24,7 @@ jobs:
pip install -r requirements.txt
- id: files
uses: jitterbit/get-changed-files@v1
continue-on-error: true
- name: Prompt outputs
run: |
for changed_file in ${{ steps.files.outputs.all }}; do
Expand Down

0 comments on commit a8d2585

Please sign in to comment.