Skip to content

Commit

Permalink
change config osc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHuang authored and ChHuang committed Jul 18, 2024
1 parent e2355aa commit 9ac1e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y osc
- name: Config osc
run: >-
cat > $HOME/.oscrc <<EOF
run: |
cat <<EOF > $HOME/.oscrc
[general]
apiurl=$OBS_API
[$OBS_API]
user = ${{ secrets.OSC_USER }}
pass = ${{ secrets.OSC_PASS }}
Expand Down

0 comments on commit 9ac1e09

Please sign in to comment.