Skip to content

Commit

Permalink
Merge pull request #52 from PalladioSimulator/fix_action
Browse files Browse the repository at this point in the history
Fix Retriever Action
  • Loading branch information
dr6817 authored Jan 19, 2024
2 parents 0c6dff8 + 1a6b6bc commit 4c75a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:
echo "action_version=$ACTION_VERSION" >> $GITHUB_ENV
- name: Download latest Retriever
if: env.action_version == 'master'
if: env.action_version == 'main'
shell: bash
run: |
curl -s ${{ github.api_url }}/repos/PalladioSimulator/Palladio-ReverseEngineering-Retriever/releases/latest \
Expand All @@ -97,7 +97,7 @@ runs:
| xargs wget -O "${{ env.tmp_dir }}/retriever.zip"
- name: Download Retriever
if: env.action_version != 'master'
if: env.action_version != 'main'
shell: bash
# Downloads Retriever with the same version that this action has
# (not necessarily the most recent one!).
Expand Down

0 comments on commit 4c75a38

Please sign in to comment.