This commit is contained in:
parent
b97c979ed2
commit
4902d1e5f3
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ jobs:
|
|||
- name: Environment setup
|
||||
run: |
|
||||
apk add git ikiwiki po4a perl-yaml-tiny tree nodejs jq coreutils curl
|
||||
echo "GITHUB_PR_NAME=$(curl -s ${{ github.server_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':')" >> $GITHUB_ENV
|
||||
echo "curl -s ${{ github.server_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':'"
|
||||
echo "GITHUB_PR_NAME=$(curl -Ls ${{ github.server_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':')" >> $GITHUB_ENV
|
||||
echo "curl -Ls ${{ github.server_url }}/${{ github.repository }}/pulls/${{ github.ref_name }} | jq .title | tr ' ' '-' | tr -d ':'"
|
||||
|
||||
- name: Repo pull
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue