Skip to content

Commit

Permalink
Merge main into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed May 8, 2023
2 parents 125a8b6 + 2693507 commit 351eca7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions mattermost-notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ runs:
- name: Virtual Environment
id: virtualenv
run: |
echo "path=${{ github.action_path }}/${{ github.action }}-venv" >> $GITHUB_OUTPUT
echo "name=${{ github.action }}-venv" >> $GITHUB_OUTPUT
echo "path=${{ github.action_path }}/mattermost-notify-venv" >> $GITHUB_OUTPUT
echo "name=mattermost-notify-venv" >> $GITHUB_OUTPUT
shell: bash
- name: Cache Virtual Environment
id: cache-virtualenv
Expand Down
11 changes: 2 additions & 9 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ runs:
- name: Virtual Environment
id: virtualenv
run: |
echo "path=${{ github.action_path }}/${{ github.action }}-venv" >> $GITHUB_OUTPUT
echo "name=${{ github.action }}-venv" >> $GITHUB_OUTPUT
echo "path=${{ github.action_path }}/release-action-venv" >> $GITHUB_OUTPUT
echo "name=release-action-venv" >> $GITHUB_OUTPUT
shell: bash
- name: Cache Virtual Environment
id: cache-virtualenv
Expand All @@ -106,13 +106,6 @@ runs:
user: ${{ inputs.github-user }}
mail: ${{ inputs.github-user-mail }}
token: ${{ inputs.github-user-token }}
- name: Import gpg key from secrets
run: |
echo -e "${{ inputs.gpg-key }}" >> tmp.file
gpg --pinentry-mode loopback --passphrase ${{ inputs.gpg-passphrase }} --import tmp.file
rm tmp.file
shell: bash
if: ${{ inputs.gpg-key }} && ${{ inputs.gpg-fingerprint }} && ${{ inputs.gpg-passphrase }}

# Input parsing
- name: Parse release-type
Expand Down
1 change: 1 addition & 0 deletions setup-pontos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
echo "activate=${{ inputs.virtualenv-path }}/bin/activate" >> $GITHUB_OUTPUT
shell: bash
- name: Set up Python ${{ inputs.python-version }}
id: python
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit 351eca7

Please sign in to comment.