Skip to content

Commit 26eddf3

Browse files
Update first-github-rest-api-call.yaml
1 parent 8e43b8f commit 26eddf3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/first-github-rest-api-call.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: run bash script
1313
run: |
14-
bash github_rest_api.sh
15-
with:
16-
GITHUB_
14+
echo hello
15+
- name: branch name
16+
run:
17+
echo "${{ github.ref }} branch"
1718

1819

0 commit comments

Comments
 (0)