mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Fixed dot path to step outputs
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -22,9 +22,9 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
package-name: ${{ steps.packageInfo.package-name }}
|
package-name: ${{ steps.packageInfo.outputs.package-name }}
|
||||||
package-version: ${{ steps.packageInfo.package-version }}
|
package-version: ${{ steps.packageInfo.outputs.package-version }}
|
||||||
commit-msg: ${{ steps.packageInfo.package-name }}
|
commit-msg: ${{ steps.packageInfo.outputs.package-name }}
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Commit
|
- name: Checkout Commit
|
||||||
|
|||||||
Reference in New Issue
Block a user